home *** CD-ROM | disk | FTP | other *** search
- echo ""
- echo " To run this script you will need to have the commands ECHO, IF,"
- echo " ENDIF, WAIT, and ASK available to your shell."
- echo ""
- Wait 3
- echo " This little demo starts with a short text displayed by P-Reader"
- echo " Click the title bar close gadget to continue"
- Wait 3
- P-Reader readme
- echo ""
- ask " Would you like to view a Pic (y/n)"
- if WARN
- echo " click LMB to exit"
- Wait 1
- P-Reader Chinchilla
- echo " That was the pretty little Chinchilla by Denis Sibera of NSW"
- endif
- echo ""
- echo " That ends this little demo."
- echo ""
- echo " You will find copies of all the files used in ram:omni"
- Wait 5
-